Tweak vecs for mtk_logger to show it can read waypoints.
authorrobertl <robertl>
Tue, 17 Aug 2010 02:40:05 +0000 (02:40 +0000)
committerrobertl <robertl>
Tue, 17 Aug 2010 02:40:05 +0000 (02:40 +0000)
mtk_logger.c

index 567ed5b954d879548bffe7127b3f5b1202a15a9a..c4843833727705e275446e5481fbae125c04b7d7 100644 (file)
@@ -1512,7 +1512,7 @@ static arglist_t mtk_fargs[] = {
 
 ff_vecs_t mtk_fvecs = {
     ff_type_file,
-    { ff_cap_none, ff_cap_read, ff_cap_none },
+    { ff_cap_read, ff_cap_read, ff_cap_none },
     file_init,
     NULL,
     file_deinit,
@@ -1526,7 +1526,7 @@ ff_vecs_t mtk_fvecs = {
 
 ff_vecs_t mtk_m241_fvecs = {
     ff_type_file,
-    { ff_cap_none, ff_cap_read, ff_cap_none },
+    { ff_cap_read, ff_cap_read, ff_cap_none },
     file_init_m241,
     NULL,
     file_deinit,